.number-animate {
	line-height: 66px;
	height: 66px;
	font-size: 3rem;
	overflow: hidden;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
}

.number-animate .number-animate-dot {
	width: 30px;
	float: left;
	text-align: center;
}

.number-animate .number-animate-dom {
	width: 30px;
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}

.number-animate .number-animate-dom span,
.number-animate .number-animate-dot span {
	float: left;
	width: 100%;
	height: 66px;
	line-height: 66px;
}

.num1 .number-animate {
	line-height: 66px;
	height: 66px;
	font-size: 3rem;
	overflow: hidden;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
}

.num1 .number-animate .number-animate-dot {
	width: 30px;
	float: left;
	text-align: center;
}

.num1 .number-animate .number-animate-dom {
	width: 30px;
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}

.num1 .number-animate .number-animate-dom span,
.num1 .number-animate .number-animate-dot span {
	float: left;
	width: 100%;
	height: 66px;
	line-height: 66px;
}

.num2 .number-animate {
	line-height: 66px;
	height: 66px;
	font-size: 3rem;
	overflow: hidden;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
}

.num2 .number-animate .number-animate-dot {
	width: 30px;
	float: left;
	text-align: center;
}

.num2 .number-animate .number-animate-dom {
	width: 30px;
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}

.num2 .number-animate .number-animate-dom span,
.num2 .number-animate .number-animate-dot span {
	float: left;
	width: 100%;
	height: 66px;
	line-height: 66px;
}


@media (max-width:750px) {
	.number-animate {
		line-height: 30px;
		height: 30px;
		font-size: 1.5rem;
		overflow: hidden;
		display: inline-block;
		position: relative;
		color: #FFFFFF;
	}
	
	.number-animate .number-animate-dot {
		width: 15px;
		float: left;
		text-align: center;
	}
	
	.number-animate .number-animate-dom {
		width: 15px;
		text-align: center;
		float: left;
		position: relative;
		top: 0;
	}
	
	.number-animate .number-animate-dom span,
	.number-animate .number-animate-dot span {
		float: left;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	
	.num1 .number-animate {
		line-height: 30px;
		height: 30px;
		font-size: 1.5rem;
		overflow: hidden;
		display: inline-block;
		position: relative;
		color: #FFFFFF;
	}
	
	.num1 .number-animate .number-animate-dot {
		width: 30px;
		float: left;
		text-align: center;
	}
	
	.num1 .number-animate .number-animate-dom {
		width: 30px;
		text-align: center;
		float: left;
		position: relative;
		top: 0;
	}
	
	.num1 .number-animate .number-animate-dom span,
	.num1 .number-animate .number-animate-dot span {
		float: left;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	
	.num2 .number-animate {
		line-height: 30px;
		height: 30px;
		font-size: 1.5rem;
		overflow: hidden;
		display: inline-block;
		position: relative;
		color: #FFFFFF;
	}
	
	.num2 .number-animate .number-animate-dot {
		width: 15px;
		float: left;
		text-align: center;
	}
	
	.num2 .number-animate .number-animate-dom {
		width: 15px;
		text-align: center;
		float: left;
		position: relative;
		top: 0;
	}
	
	.num2 .number-animate .number-animate-dom span,
	.num2 .number-animate .number-animate-dot span {
		float: left;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
}